home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Magazin/MacEasy 42
/
Mac Magazin and MacEasy Magazine CD - Issue 42.iso
/
Software
/
Mobiles Büro
/
Newton
/
Accordian 1.0b
/
ADF Folder
/
mireplce.adf
< prev
next >
Wrap
Text File
|
1997-05-21
|
1KB
|
38 lines
// Version 1.0 for 4.0
// March 24, 1997
// MoreInfo To-Do ADF
// Written by SilverWARE
// info@silverware.com
// For support with this ADF file, contact SilverWARE
// IMPORTANT
// Replaces same soup definition in newton.adf file with the one below
// to allow MoreInfo extensions to to-dos.
class "todo" called "To Do Item" of "To Do List" with options { "readonly" } contains
{
|date|: date called "Date"
topics: set called "Items" { entry called "To Do" contains
{
mtgdone: boolean called "Completed"
mtgPriority: integer called "Priority"
notesData: note called "Note"
mtgInvitees: array called "Name Links" { entry called "Name Links" contains
{
item: string called "Name"
}}
|MoreInfo2:SilverWARE|: entry called "MoreInfo Data" contains
{
mtgRe: string called "Regarding"
mtgPhone: string called "Phone"
mtgType: string called "Action"
links: array called "Other Links" { entry called "Other Links" contains
{
item: string called "Link"
}}
}
}
}
}